BaseManager
@objc(LSBaseManager)
class BaseManager
extension BaseManager : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol
Entry point to the LicenseSpring SDK Use to obtain the license or common product information
-
Init LicenseManager with configuration
Throws
LSErrorif input configuration is wrongDeclaration
Swift
@objc init(configuration: Configuration) throwsParameters
configurationConfiguration of LicenseManager
-
Manager configuration
Declaration
Swift
@objc var configuration: Configuration -
Filesystem path to the license.
Declaration
Swift
@objc var licenseFile: URL { get }